﻿/*Shamrock specific styles*/
body {
    font-family: 'Century Gothic','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: auto;
    padding: 10px;
 height:100%;
 width:100%;
    background: linear-gradient(green,#bef8a3) fixed ;
}


/* Bootstrap 4*/
a:hover{background-color: #bef8a3 !important; };/*#f2bb23  * /

a:link{
	color:black;
}
a:visited{
	color:dimgrey;
}

.rndimg {
	border-radius: 25%;
	-moz-border-radius: 25%;
	-webkit-border-radius: 25%;
}

#wrapper {
	width:80%;
	padding:0;
	margin:0 auto;
height:100%;
background-color:white;
}

#banner {
	margin:0 auto;
	width:100%;
	clear:left;
}

#content{
	width:75%;
	margin:0 auto;
}
.container{
    width:80%;
}
.container-fluid {
    padding: 10px 10px;
}
/* Bootstrap styles for Drivers*/

/*Navigation Menu*/
.navbar{
	top:0;
	margin-top:0;
	width:99%;
	margin-left:2px;
}

.navbar a {
	color:black;
}

.navbar a:hover{
	background:#bef8a3;
}


/*banner for IC Menu*/
.jumbotron {
	background-color: lightgreen !important;
	color: black;
	left: 0;

}




/* IC Menu Listing*/
article ol{
    left:5px;

}
dl{
margin-left:80px;
width:100%;
}
dl dd{
width:80%;
margin-left: 20px;
line-height:normal;
}
/* End of IC Menu listing */

/*headings*/
div h1 {
	font-size: 24px;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	text-align: center;
	margin:15px 10px 15px 10px;
}

h3 {
	font-size: 18px;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

h4 {
	font-size: 16px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 30px;
}


/*table styles*/
table {
	border: 1px solid silver;
}

TTitle {
	text-align: center;
}

.tdheading {
	text-align: center;
	font-family: "Segoe UI";
	font-size: large;
	font-weight: bold;
}

th {
	border: 1px solid silver;
}

/* Driver Settlement Forms and Gridviews*/

#frmTripDocket{
margin:0 auto;
	width: 509px;
}

.drvdocket {
	top: 130px;
	width: 500px;
	margin: 0 auto;
}

table td .drvdocket {
	width: 150px;
}

/* End of Docket styles*/

frmCheckDate {
	margin:0 auto;
	width: 100%;
	clear:left;

}

#frmTripDetails {
	margin-top: 30px;
	width: 100%;
	height: 407px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}


#frmViewDrvInvoice{
margin:0 auto ;

}
#frmPreTripSht {
	margin: 0 auto;
	width: 100%;
	height: 600px;
}

.premtitle {
	margin:0 auto;
	width: 75%;
	background-color: #D6FAB9;
}
.premtitle td {
left:15px;
width:250px;
}

/* All Gridviews without special formatting*/
GridView1 {
	position: relative;
	margin:0 auto;
	width:80%;

}
/*image styles+*/
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

	.thumbnail img {
		width: 100%;
		height: 100%;
		margin-bottom: 10px;
	}

	/*Select Pickup Styles*/
td.tblHeader {
	color: #FFFFFF;
	text-align: center;
	background-color: #33CC33;
}
/*DRIVER SETTLEMENT STYLES*/
ol {
	margin-left: 150px;
}

.menu{
	left:40px;
}



.drvSetsubmit {
	float:right;
	background-color:steelblue;
	color: white;
}

/* DRIVER INVOICE STYLES*/
.billto {
	font-size: 14pt;
	text-align: left;
	font-weight:700;
}

.sdi {
	font-size: 11pt;
	text-align: left;
	height: 10px;
}

.coaddr {
	font-size: 11pt;
	text-align: left;
	height: 35px;
}

.location {
	font-size: 11pt;
	text-align: left;
	height: 15px;
}

div.invoice {
	font-size: 30pt;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-align: center;
}

.btnreturn {
	background: linear-gradient(#bef8a3,lightgreen);
	color: black;
	width: 170px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}

	.btnreturn a {
		color: black;
	}

		.btnreturn a:hover {
			color: aquamarine;
			background: linear-gradient(#bef8a3,green);
		}

.driveraddr {
	position: relative;
	width: 200px;
	z-index: 1; /* keeps the address under the sticky menu when scrolling*/
	text-align: left;
	left: 115px;
	margin-top:10px;
}

	.driveraddr td {
		width: 200px;
		border: 0;
	}


#grdTripSht{
	margin:0 auto;
}
#grdcouriertrips {
	margin: 0 auto;
}

.grdchkdt {
	margin: 0 auto;
	
}

ddlClients {
	margin: 0 auto;
	text-align: center;
}

.grdticket {
	width: 600px;
	
}